Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: exec and optimze command processing logic #52

Merged
merged 5 commits into from
Jul 27, 2024

Conversation

jinzhongjia
Copy link
Contributor

@jinzhongjia jinzhongjia commented Jul 26, 2024

  • Move main's command logic into command.zig file
  • build.zig adds run step, now you can directly use zig build run -- ls for testing
  • exec experimental support

@jinzhongjia
Copy link
Contributor Author

jinzhongjia commented Jul 26, 2024

In fact, the current processing module is not elegant, I will try to make some more modifications
But the current pr can be merged

@jinzhongjia
Copy link
Contributor Author

In addition, I recommend using rebase or squash. Merge causes the git roadmap to not look good.

@jinzhongjia
Copy link
Contributor Author

image

About the exec feature, as mentioned earlier, #48

But the logic seems to need to be optimized

@jinzhongjia jinzhongjia changed the title try to optimze command processing logic feat: exec and optimze command processing logic Jul 26, 2024
src/command.zig Outdated Show resolved Hide resolved
src/command.zig Outdated Show resolved Hide resolved
@hendriknielaender hendriknielaender merged commit 452d94f into hendriknielaender:main Jul 27, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants